home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / port / init1.h < prev    next >
Text File  |  1996-07-10  |  2KB  |  27 lines

  1. /* k 0050    12/09/90    */
  2. /* k 0115    02/02/91    */
  3. struct init1 {                      /* INITSELF format 1    */
  4.     unsigned char type;             /* LU type              *//* @0115 */
  5.     unsigned char queu;             /* queue condition      *//* @0115 */
  6.     unsigned char orig;             /* origin               *//* @0115 */
  7.     unsigned char noti;             /* notify condition     *//* @0115 */
  8.     char mod1[8];                   /* logon mode           */
  9.     unsigned char dlu1;             /* type LU              *//* @0115 */
  10.     unsigned char dnl1;             /* DLU name length      *//* @0115 */
  11.     char dn1[8];                    /* DLU name             */
  12.     unsigned char ri1l;             /* REQ ID   length      *//* @0115 */
  13.     char ri1n[8];                   /* REQ ID               */
  14.     unsigned char pw1l;             /* PASSWORD length      *//* @0115 */
  15.     char pw1n[8];                   /* PASSWORD             */
  16.     unsigned char us1l;             /* user field length    *//* @0115 */
  17.     char us1n[23];                  /* user field           */
  18.     unsigned char ur1l;             /* URC length           *//* @0115 */
  19.     char ur1n[4];                   /* URC                  */
  20.     unsigned char ol1f;             /* OLU                  *//* @0115 */
  21.     unsigned char ol1l;             /* OLU name length      *//* @0115 */
  22.     char ol1n[8];                   /* OLU name             */    /* @0050 */
  23.     char onod1n[8];            /* Origin node name     */    /* @0050 */
  24.     unsigned char dar1;             /* DAF area addr        *//* @0115 */
  25.     unsigned char oar1;             /* OAF area addr        *//* @0115 */
  26.              };
  27.